Add the filtermodel-exhaustive test to the slow suite
authorEmmanuele Bassi <ebassi@gnome.org>
Fri, 10 Jul 2020 15:16:15 +0000 (16:16 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Fri, 10 Jul 2020 15:16:15 +0000 (16:16 +0100)
This increases the default timeout.

testsuite/gtk/meson.build

index d725d992f644e8e2958a8ae5873c665a1a24ab6a..fb6c387fbf6a1814c45e666ac02fd860723cd25d 100644 (file)
@@ -30,7 +30,7 @@ tests = [
   ['expression'],
   ['filter'],
   ['filterlistmodel'],
-  ['filterlistmodel-exhaustive'],
+  ['filterlistmodel-exhaustive', [], [], [], ['slow']],
   ['flattenlistmodel'],
   ['floating'],
   ['flowbox'],